home *** CD-ROM | disk | FTP | other *** search
- on enterFrame
- global experimenterMenu
- set ActiveStartspr to 3
- set echanger to ActiveStartspr
- set startBalls to 4
- set seBrancherBall to startBalls
- set diffuserBall to startBalls + 1
- set correspondreBall to startBalls + 2
- set echangerBall to startBalls + 3
- set naviguerBall to startBalls + 4
- set forumBall to startBalls + 5
- set startHighLightSpr to 10
- set forum to startHighLightSpr
- set startHotSpot to 11
- set FORUMHS to startHotSpot
- set ro to rollOver()
- puppetizeExclude(0, ro - (startHotSpot - startHighLightSpr), forum, forum)
- case ro of
- echanger, echangerBall:
- go(the frame)
- FORUMHS, forumBall:
- puppetSprite(forum, 1)
- set the member of sprite forum to member "forum"
- updateStage()
- go(the frame)
- otherwise:
- depuppetize(forum, forum)
- updateStage()
- go("echangerClose")
- end case
- end
-
- on exitFrame
- go(the frame)
- end
-